|
@@ -131,9 +131,9 @@ func (this *OilAnnualListenerController) CheckNeedPay() {
|
|
|
var isPayList []string
|
|
var isPayList []string
|
|
|
isPayList = append(isPayList, suppliercert.PINGSHEN)
|
|
isPayList = append(isPayList, suppliercert.PINGSHEN)
|
|
|
isPayList = append(isPayList, suppliercert.WAIBUSHICHANG)
|
|
isPayList = append(isPayList, suppliercert.WAIBUSHICHANG)
|
|
|
|
|
+ isPayList = append(isPayList, suppliercert.ERJIWUZI)
|
|
|
var unPayList []string
|
|
var unPayList []string
|
|
|
unPayList = append(unPayList, suppliercert.YIJIWUZI)
|
|
unPayList = append(unPayList, suppliercert.YIJIWUZI)
|
|
|
- unPayList = append(unPayList, suppliercert.ERJIWUZI)
|
|
|
|
|
unPayList = append(unPayList, suppliercert.ZHANLUEHEZUO)
|
|
unPayList = append(unPayList, suppliercert.ZHANLUEHEZUO)
|
|
|
unPayList = append(unPayList, suppliercert.NEIBUDUOYUAN)
|
|
unPayList = append(unPayList, suppliercert.NEIBUDUOYUAN)
|
|
|
|
|
|