public enum PlatformEnum
{
WX("WX", "微信"),
TB("TB", "淘宝"),
;

private String platform;
private String showDesc;
<if test="null != param.platformEnum">
    AND platform = #{param.platformEnum}
   <if test="param.platformEnum == @com.selicoco.sango.thrift.enums.PlatformEnum@TB"> 
AND rule_type = 1
</if>
</if>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2022-03-03
  • 2021-06-16
  • 2021-06-15
  • 2021-08-03
猜你喜欢
  • 2022-02-09
  • 2022-01-17
  • 2021-10-11
  • 2022-12-23
  • 2021-07-28
  • 2021-08-29
  • 2021-06-12
相关资源
相似解决方案