Commit 0b2f5368 by 王昆

dd

parent cf1c24b2
......@@ -49,9 +49,9 @@ class IInvoiceService extends ServiceBase {
// if(!params.apply_time){
// return system.getResult(null,`发票申请时间错误`);
// }
if (!params.invoice_content) {
return system.getResult(null, `开票内容不能为空`);
}
// if (!params.invoice_content) {
// return system.getResult(null, `开票内容不能为空`);
// }
// if(!params.contract){
// return system.getResult(null,`合同不能为空`);
// }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment