|
@@ -123,7 +123,7 @@ public interface NationalMatchDao {
|
|
|
|
|
|
@Update("update zd_charge_item set national_status=1,national_code=#{nationalCode}," +
|
|
|
"national_name=#{nationalName},match_oper=#{staffId},match_date=getdate(), " +
|
|
|
- "descriptions=#{descriptions},exclude_content=#{excludeContent},connotation=#{connotation} " +
|
|
|
+ "discription=#{descriptions},exclude_content=#{excludeContent},connotation=#{connotation} " +
|
|
|
"where code=#{hisCode}")
|
|
|
void matchServcieAndSupply(ChargeItemMatch chargeItemMatch);
|
|
|
|