|
@@ -104,6 +104,9 @@ public interface MzyZdChargeTypeMapper {
|
|
|
"<when test='chargeCode!=null'>",
|
|
|
",charge_code =#{chargeCode}",
|
|
|
"</when>",
|
|
|
+ "<when test='sortNo!=null'>",
|
|
|
+ ",sort_no =#{sortNo}",
|
|
|
+ "</when>",
|
|
|
"</trim>",
|
|
|
"</script>"})
|
|
|
int updateMzyZdChargeType(MzyZdChargeType mzyZdChargeType);
|