This commit is contained in:
linfso 2024-06-01 17:47:35 +08:00
parent c944d6e066
commit a05d51bebf

View File

@ -74,7 +74,7 @@ public interface EmisElectronicSitePagMapper extends BaseMapper<EmisElectronicSi
* @param id
* @return
*/
@Update("update emis_electronic_site_pag set has_bill_count=has_bill_count-useQty where id=${id} ")
@Update("update emis_electronic_site_pag set has_bill_count=has_bill_count-${useQty} where id=${id} ")
public int updateRealMatchSubBill(@Param("useQty") Integer useQty,@Param("id")Long id);
/**