添加日志打印

release
yishiqihuasheng 2 years ago
parent 2594e63f58
commit a10b2693a9
  1. 4
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -1412,7 +1412,7 @@
ORDER BY tax_amount
) AS subquery
WHERE <![CDATA[ max_tax <= #{max_tax} ]]>
WHERE <![CDATA[ max_tax <= #{maxTax} ]]>
</select>
@ -1469,7 +1469,7 @@
ORDER BY tax_amount
) AS subquery
WHERE <![CDATA[ max_tax <= #{max_tax} ]]>
WHERE <![CDATA[ max_tax <= #{maxTax} ]]>
</select>
<update id="updateSuspendType" parameterType="java.util.Map" databaseId="mysql">

Loading…
Cancel
Save