md
This commit is contained in:
parent
c944d6e066
commit
a05d51bebf
@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user