'11111'
This commit is contained in:
parent
f6a87af3b3
commit
f227109aff
|
@ -160,6 +160,7 @@ public class QuotHjController extends BaseController
|
|||
public AjaxResult rejectHj(@RequestBody QuotHj quotHj)
|
||||
{
|
||||
quotHj.setUpdateBy(getUsername());
|
||||
quotHj.setQuotHjPricingDate(DateUtils.getNowDate());//报价单-核价单 核价日期设置为 当前日期
|
||||
quotHjService.updateQuotHj(quotHj);
|
||||
|
||||
String quotHjId = quotHj.getQuotHjId();
|
||||
|
|
Loading…
Reference in New Issue